Comment on page
Import and deploy
In this part, we will cover how to import the project and make website live
- 1.First open
File managerfrom cPanel.
- 2.Now select
public_htmlfolder and selectUploadbutton.
- 3.Now upload the
digital-hr-file.zipfile. Points shown in image down below.- Now right click on
digital-hr-file.zipfile and clickExtractoption. - Double click
digital-hr-filefolder and selectSelect Allbutton. - Now click
Movebutton - In path, remove current folder name:
digital-hr-file. - Click
Move Files.

- 4.After import is successful, right click
.envfile and select edit button. If you get a popup, you will see edit button again. Click edit button and you will be redirected to edit view.
- 5.Now do the changes as shown in image

- 6.Select Save Changes button.

- 1.Now search
terminalin cPanel. - 2.Now type as follows:
- 1.
cd public_html - 2.
composer install - 3.
php artisan migrate - 4.
php artisan passport:install - 5.
php artisan key:generate - 6.
php artisan storage:link - 7.
php artisan db:seed - 8.
composer dump-autoload
This is all you need to make DigitalHR fully working. Now you can access
DigitalHR using your-domain-name.com. Username | Password |
|---|---|
Last modified 27m ago